BankUpload.WAS
Procomm Plus 4.x for Windows 95/98/NT


Should I use this script?
-------------------------
BankUpload automates logging into a mainframe or other host
system. It is ideal for a bank or other financial institution.
It pulls data from an INI file where information such as the
logon, password, phone number, and file transfer protocol is
kept.  This allows you to edit the information easily for
multiple locations and multiple systems as desired, but does
not provide good security, as the INI file can be viewed. 

Please use this script with caution.                                 


Customization
----------------------------
NOTE:  Depending on the editor that is used, line numbers may
change.

*To set the INI file name edit MACRO definition (szProfileSource)
on line 33.  By default, the INI file name is "BankUpload.INI" and
is located on your root directory "c:\".  To change the location
of the INI file, change the path on line 33.

*Create the INI file using the path and name specified on line 33.
Use any text editor, such as Notepad, to create the INI file.  Use
the following as a template for the INI file.  Replace the xxxxxx
with the appropriate information.  The entries in the INI file
must be listed in this order:

[Info]

AccountName=xxxxx
AccountPassword=xxxxx  
FileLocation=xxxxx
FileName=xxxxx
BankName=xxxxx
BankNumber=xxxxx
TransferProtocol=ZMODEM

*Specify the correct file transfer protocol for the INI entry
labeled "TransferProtocol".  By default, it's set for ZMODEM.


How do I install BankUpload.WAX?
----------------------------------------------
Copy BankUpload.WAS to your ASPECT directory and compile it by
selecting Tools | Scripts | Compile/Edit from the Procomm Plus
Menu bar.


How do I run BankUpload.WAX?
-----------------------------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select BankUpload.

From the Menu Bar:

1)  Click on Tools | Scripts.
2)  Click on Run.
3)  Select BankUpload.WAX.
4)  Click on Open.

NOTE:  If BankUpload.WAX does not appear in the Script File
       drop down list, you might have a different default ASPECT
       path.  To change the path, go to Options | Data Options |
       Paths and change the path to
       PROGRAM FILES\PROCOMM PLUS\ASPECT directory.

